ComponentOne ASP.NET MVC Controls
Content Method (LineMarkerBuilder<T>)

C1.Web.Mvc.Fluent Namespace > LineMarkerBuilder<T> Class : Content Method
The value.
Configurates C1.Web.Mvc.LineMarker<T>.Content. Sets the content function that allows to customize the text content of the LineMarker.
Syntax
'Declaration
 
Public Function Content( _
   ByVal value As String _
) As LineMarkerBuilder(Of T)
public LineMarkerBuilder<T> Content( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

LineMarkerBuilder<T> Class
LineMarkerBuilder<T> Members